home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / dev / misc / catcheck.readme < prev    next >
Encoding:
Text File  |  2001-01-03  |  1.9 KB  |  47 lines

  1. Short:  Amiga catalog tester, v1.0
  2. Author: Sönke Tesch <soenke@kino-fahrplan.de>
  3. Type:   dev/misc
  4.  
  5. catcheck is a tool to test catalog files. Catalog files are used on the Amiga
  6. by applications to display strings in your native language rather than only a
  7. fixed build-in like English.
  8.  
  9. catcheck finds a large number of common and not so common errors (which can
  10. be quiet annoying:). While most of these errors are human-made, there are
  11. also some that have their origin in buggy catalog compilers. An exotic
  12. example is the #lengthbytes command, which is, to my knowledge, only
  13. supported by C='s own catalog compiler, catcomp. All other compilers
  14. either complain about an unsupported command or, even worse, ignore
  15. it completely and produce somewhat unusable catalogs.
  16.  
  17. The most common human-made errors are:
  18.  
  19.   - missing or removed strings,
  20.   - wrong placement or order of arguments (%s, %1$s and that stuff),
  21.   - use of escaped characters like \", \n etc and the string-continues-
  22.     on-next-line-marker backslash.
  23.  
  24.  
  25. catcheck has been written during the development of AmigaOS 3.5 in late
  26. 1999 and turned out to be by far more useful than I expected. It's been
  27. improved since then and also been used during AmigaOS 3.9 development.
  28.  
  29.  
  30. This is the first public release. Although catcheck has been in use for
  31. more than a year now, there might be a few little bugs left here and
  32. there. But it runs stable and is not one of those beta or even alpha
  33. versions that have been released quite often in the last months..
  34.  
  35. Hope you like it,
  36.   soenk.e
  37.  
  38.  
  39. ============================= Archive contents =============================
  40.  
  41. Original  Packed Ratio    Date     Time    Name
  42. -------- ------- ----- --------- --------  -------------
  43.    19559    6707 65.7% 01-Jan-01 11:41:48  catcheck.doc
  44.    40172   16640 58.5% 01-Jan-01 11:42:26  catcheck
  45. -------- ------- ----- --------- --------
  46.    59731   23347 60.9% 01-Jan-101 17:09:18   2 files
  47.